home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1055
/
PlaceObject2_398_119
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
266b
|
12 lines
onClipEvent(enterFrame){
_X = _X - heroe.scrollspeed;
_Y = _Y - _root.heroe.vscrollspeed;
if(this.hitTest(heroe.sprite.hotzone) && !u)
{
u = true;
_root.Posy = heroe._y;
_root.Posx = heroe._x;
_root.nextFrame();
}
}